home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Online / YAM / ChangeLog < prev    next >
Text File  |  2003-02-21  |  4KB  |  77 lines

  1. ---------------------------
  2. YAM Open Source - ChangeLog
  3. ---------------------------
  4.  
  5. $Id: ChangeLog,v 1.401 2003/02/21 17:12:15 damato Exp $
  6. $Source: /cvsroot/yamos/yamos/ChangeLog,v $
  7.  
  8. 2003-02-21  Jens Langner <Jens.Langner@light-speed.de>
  9.  
  10.     * YAM_UT.c: fixed bug in AppendToBuffer() function where we forgot
  11.       to terminate a string with a '\0' and therefore sometimes got
  12.       back unterminated string which could have caused problems later on.
  13.  
  14. 2003-02-18  Jens Langner <Jens.Langner@light-speed.de>
  15.  
  16.     * added seperate contextmenu for the titlebar of the MailList and
  17.       FolderList. Now a user can directly enable/disable columns by
  18.       using the RMB in front of the NList titlebar.
  19.     * replaced the popupmenu.library based contextmenus with better
  20.       integrateable MUI based contextmenus. This allows to separate the
  21.       contextmenu in two different areas - one for the title and one
  22.       for the rest of the listview. Also contextmenus are now possible
  23.       even if the user hasn`t got popupmenu.library installed.
  24.       Now YAM doesn`t require/use popupmenu.library anymore which is a
  25.       bit more "natural" for a MUI application.
  26.  
  27. 2003-02-17  Jens Langner <Jens.Langner@light-speed.de>
  28.  
  29.     * YAM_mail_lex.l: reworked the textstyle highlighting regular
  30.       expressions to work more accurate and also allow to stylish text
  31.       passages with only one character. That fixes bug #683385.
  32.  
  33. 2003-02-16  Jens Langner <Jens.Langner@light-speed.de>
  34.  
  35.     * YAM_mail_lex.l: fixed tiny bug in the text highlighting routines
  36.       where after a URL in a quoted text part, the color information
  37.       was lost.
  38.     * YAM_CL.c: changed the TextEditor WheelMouse support to scroll
  39.       up/down by a value of 1/6 of the displayed text. Let`s see if
  40.       this is the value most people can live with :)
  41.  
  42. 2003-02-14  Jens Langner <Jens.Langner@light-speed.de>
  43.  
  44.     * classes/Addrmatchlist.c, classes/Recipientstring.c: changed the
  45.       Recipientstring and it`s matchwindow to support selection via
  46.       the mouse including the possibility to use the wheel to scroll
  47.       up/down in the addrmatchlist. This also fixes bug #645653.
  48.     * YAM_WR.c: changed writewindow to automatically select the
  49.       To string gadget as the active object upon a selection of the
  50.       first page.
  51.  
  52. 2003-02-13  Jens Langner <Jens.Langner@light-speed.de>
  53.  
  54.     * classes/Addrmatchlist.c: if the window that the addrmatchlist was
  55.       displayed in had been moved while the matchlist was open, the next
  56.       time it opened at the wrong position.
  57.     * YAM_CL.c: added Wheelmouse support to own TextEditor subclass. As
  58.       the original TextEditor doesn`t support the newmouse
  59.       NM_WHEEL_UP/DOWN codes, YAM catches this codes on it`s own now and
  60.       sends the slider the correct commands to scroll down/up.
  61.  
  62. 2003-02-12  Jens Langner <Jens.Langner@light-speed.de>
  63.  
  64.     * YAM_UT.c: changed array MUIM_NList_Insert call to use the newly
  65.       introduced MUIV_NList_Insert_Flag_Raw flag. This flag allows to
  66.       insert data into a NList without reevaluating the NList`s column
  67.       width on each insert operation and therefore speeds up the insertion.
  68.       This new flag is only available if NList.mcc v20.109 or higher is
  69.       used. If a lower version is used, YAM will simply display the mail
  70.       listview with the old speed :)
  71.       Tests have shown that together with this new flag it is possible to
  72.       insert ~8000 elements in around 1-2 sec. instead of 8-9 seconds
  73.       previously.
  74.  
  75. - Rest of ChangeLog cut to save space -
  76. - Full ChangeLog at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/yamos/yamos/ChangeLog -
  77.